@charset "utf-8";
/* CSS Document */

/* # is ID and . is class */

.boxin {right:0!important;}
.boxout {right:-300px!important;}

@import url(http://fonts.googleapis.com/css?family=Roboto:500);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);

html, body {
	margin: 0px;
	font-family: 'Roboto 500', sans-serif;
}

#content p {
	line-height: 20px;
	color: #555;
}

a {
	text-decoration: none;
	color:#20bf65;
}

h2 {
	color: #3DD302 ;
	font-size: 30px;
	font-weight: 300;
	font-family: 'roboto slab', sans-serif;
}

h3 {
	color: #3DD302;
	font-size: 22px;
	font-style: italic;
	font-weight: 200;
	font-family: 'roboto slab', sans-serif;
}

header {
	background: url("../images/bg.jpg");
    background-color: #cccccc;
	width: 100%;
	height: 850px;
	border-bottom: 5px solid #3DD302;
	text-align: center;

}

header img {
	margin-top: 160px;
	display: inline-block;
	background-color: rgba(0,0,0,0.3);
	padding:20px;
}

.header2 {
	background: url("../images/bg.jpg");
    background-color: #cccccc;
	width: 100%;
	height: 460px;
	border-bottom: 5px solid #3DD302;
	text-align: center;
	overflow: hidden;

}

.header2 img {
	display: inline-block;
	background-color: rgba(0,0,0,0.3);
	padding:30px;
}

.topbar{
	width: 100%;
    font-family: 'Lato', sans-serif;
	height: 90px;
	background-color: #222;
	border-bottom: 5px solid #3DD302;
}


nav{
    width: 1000px;
    margin: 0 auto;
}
nav ul{
	list-style: none;
	margin: 0;
}
nav ul li{
	float: left;

}
nav ul li a{
	display: block;
	line-height: 60px;
	margin: 15px 10px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: box-shadow 0.1s;
	-o-transition: box-shadow 0.1s;
	transition: box-shadow 0.1s;
	padding: 0px 30px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;

}

nav ul li:hover > a{
	background-color: #3DD302;
	color: #fff;
	-webkit-transition: box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
}


.hidden{
    display: block;
}

.callnow {
	width: 200px;
	height: 50px;
	background-color: #3DD302;
	border-radius: 10px;
	text-align: center;
	float: right;
	top: 200px;
	position: fixed;
	right: -150px;
	transition: right 0.5s;
	-webkit-transition: right 0.5s;
	-moz-transition: right 0.5s;
}

.callnow i,.bob i,.fbslideback,.imessageback{
	cursor: pointer;
}



.callnow a{
	width: 150px;
	line-height: 50px;
	display: block;
	float: right;
	color: #eee;
	background-color: #222;
}

.callnow i {
	line-height: 50px;
	font-size: 30px;
	color: #eee;
}

.bob {
	width: 300px;
	height: 50px;
	background-color: #3DD302;
	border-radius: 10px;
	text-align: center;
	float: right;
	top: 260px;
	position: fixed;
	right: -250px;
	transition: right 0.5s;
	-webkit-transition: right 0.5s;
	-moz-transition: right 0.5s;
}

.bob a{
	width: 250px;
	line-height: 50px;
	display: block;
	float: right;
	color: #eee;
	background-color: #222;
}

.bob i {
	line-height: 50px;
	font-size: 30px;
	color: #eee;
}

.imessageback {
	position: fixed;
	right:0;
	top: 320px;
	transition: right 0.7s;
	-webkit-transition: right 0.7s;
	-moz-transition: right 0.7s;
}

.imessage {
	width: 50px;
	height: 50px;
	background-color: #3DD302;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	float: right;
	z-index: 3;
}

.imessage i {
	line-height: 50px;
	font-size: 30px;
	color: #eee;
}

.imessage table {
	width: 500px;
	line-height: 50px;
	display: block;
	padding-left: 20px;
	position: relative;
	top: -50px;
	right: -50px;
	color: #eee;
	z-index: 5;
	background-color: #222;
	border-bottom-left-radius: 10px;
}

.imessage table input, .imessage table textarea {
	width: 100%;
}

.imessage table tr td {
	text-align: left;
	width: 100%;

}

.imessage #submit {
	width: 100%;
	border-radius: 5px;
	background-color: #3DD302;
	color: #eee;
	border: 0;
	line-height: 30px;

}

.fbslideback {
	z-index:999;
	position: fixed;
	right:0;
	top: 380px;
	transition: right 0.7s;
	-webkit-transition: right 0.7s;
	-moz-transition: right 0.7s;
	transition: margin-top 1s;
	-webkit-transition: margin-top 1s;
	-moz-transition: margin-top 1s;
}

.fbslide {
	width: 50px;
	height: 50px;
	background-color: #3DD302;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	float: right;
	z-index: 3;
}

.fbslide i {
	line-height: 50px;
	font-size: 30px;
	color: #eee;
}

.fbslide iframe {
	top: -50px;
	right: -50px;
	color: #eee;
	position: relative;
	background-color: #222;
	border-bottom-left-radius: 10px;
}

.out{
	right: 0px;
}


.out{
	right: 0px;
}


.out{
	right: 0px;
}

.out2{
	right: 300px;
}

.out3{
	right: 350px;
}


.btn {
	padding-top: 20px;
	width: 200px;
	padding-left: 40px;
	margin: 0 auto;
	text-align: center;
}

.btn p {
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #3DD302;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #3DD302 4px;
  text-decoration: none;
  width: 100px;
  cursor: pointer;
  background-color: rgba(0,0,0,0.5);
}

.btn p:hover {
  background: #3DD302;
  color: #eee;
  text-decoration: none;
}

.btn2 {
	padding: 40px 0;
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

.btn2 a {
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  color: #3DD302;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #3DD302 4px;
  text-decoration: none;
  width: 100px;
  cursor: pointer;
}

.btn2 a:hover {
  background: #3DD302;
  color:#fff;
  text-decoration: none;
}


.topbarbackground {
	width: 100%;
	height: 80px;
	background-color: #222;
	text-align: center;
	border-bottom: 5px solid #3DD302;
}

.topbarbackground p {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}

.content {
	width: 1150px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.content1 {
	width: 100%;
	background-color: #222;
	padding-bottom: 40px;
	border-bottom: 5px solid #3DD302;
}

.boxback {
	padding-left: 150px;
	width: 1150px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #222;
}

.box {
	width: 33%;
	float: left;
	color: #eee;
}

.box i {
	padding-right: 20px;
	line-height: 40px;
	color: #3DD302;
}




.left {
	float: left;
	width: 58%;
	text-align: justify;
}

.left p {
	line-height: 22px;
}

.left i {
	line-height: 25px;
	margin-right: 20px;
	color: #3DD302;
}

.right {
	float: right;
	width: 36%;
	margin-top: 20px;
	padding-top: 20px;

}

.right img {
	width: 100%;
	display:block;
	border-radius: 50%;
}

.lefttest {
	float: left;
	width: 45%;
	text-align: justify;
}

.righttest {
	float: right;
	width: 45%;
	margin-top: 72px;
	text-align: justify;

}



footer {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px auto 0px auto;
	color: #3DD302;
	background-color: #222;
	border-top: 5px solid #3DD302;
}

footer p {
	padding: 20px 0;
}

.center{
	margin: 0 auto;
	display: block;
	width: 1190px;
	text-align: center;
}

#logoslider {
	clear: both;
}

.imgholder {
	float:left;
	padding:3px;
}

.imgholder img {
	padding: 2px;
	border-radius: 10px;
		transition: ease 0.7s;
	-webkit-transition: ease 0.7s;
	-moz-transition: ease 0.7s;
}

.imgholder img:hover {
	border-radius: 50%;
}



.bottomslider {
	padding: 0 50px 0 50px;
}

.bottomslider img {
	border-radius: 10px;
	border: 2px solid #3DD302;
	width: 95%;
}

.left2 {
	width: 100%;
}

.placeholder {
  font-family: 'Source Sans Pro', sans-serif;
}

.message {
  width: calc(94% - 2px);
  border: 1px solid #3DD302;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #DDD;
  line-height: 30px;
  height: 100px;
  border-radius: 6px;
  background-color: rgba(25,34,38,0.0);
  margin: 10px 2% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.half {
  width: calc(44% - 2px);
  border: 1px solid #3DD302;
  float: left;
  height: 36px;
  border-radius: 6px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  background-color: rgba(25,34,38,0.0);
  margin: 10px 4% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.full {
  width: calc(94% - 2px);
  border: 1px solid #3DD302;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  height: 36px;
  border-radius: 6px;
  background-color: rgba(25,34,38,0.0);
  margin: 10px 2% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.submit, .contact form span {
  width: 46%;
  border: 1px solid #192226;
  float: left;
  color: #FFF;
  display: block;
  line-height: 36px;
  margin-top: 10px;
  text-align: center;
  max-height: 38px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  border-radius: 6px;
  background-color: rgba(25,34,38,1);
}

.contact form span {
  margin-left: 4%;
  cursor: pointer;
}

.contact {
    display: none;
}



/*if our browser is a max of 748px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 1028px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/


.imgholder {
	width:45%;
}

.imgholder img {
	width:95%;
}

.mobile-only{
    display: block!important;
}

iframe{
    height: 300px;
}
.fa-bars{
    color: #FFF;
    font-size: 32px!important;
    line-height: 80px!important;
    float: right;
    margin-right: 20px;
}
.fa-phone{
    color: #FFF;
    font-size: 32px!important;
    line-height: 80px!important;
    float:left;
    margin-left: 20px;
}

.fa-envelope{
    color: #FFF;
    font-size: 32px!important;
    line-height: 80px!important;
    float:left;
    margin-left: 20px;
}

.top-bar{
    background-color: #323232;
}



nav{
    margin-top: 90px;
    right:0;
    position: absolute;
    width: 0vw;
    z-index: 99999;
    background-color: #212121;
    transition: 0.4s;
}
.right ul li{
    margin: 3px 20px;
}
.page-side{
    width: 100%;
    float: right;
}
.slide-in-out{
    width: 100vw;
}

nav ul {
	padding: 0;
}

nav ul li{
    float: none;
}
nav ul li a{
    margin: 0px;
    padding: 0 0 0 40px;
    text-align: left;
    width: 100vw;
}

.hidden{
    display: none;
}

nav ul li .sub li a{
    float: left;
    margin: 0px;
    line-height: 40px;  
}

.contact {
	display:block;
    color: #FFF;
    margin-left: 20px;
    line-height: 80px;
    font-size: 18px;
}
.contact a {
    color: #FFF !important;
    text-decoration: none;
}

header {
	height: 280px;
}
header img {
	height: 50%;
	padding: 0;
	margin-top: 20px;
}

.header2 {
	height: 250px;
}

.header2 img {
	height: 50%;
	padding: 0;
	margin-top: 20px;
}

p {
	padding: 0 10px;
}

h2, h3, i{
	font-size: 22px;
	padding: 0 10px;
}

.center {
	width: 100%;
}

.left {
	width: 100%;
}

.content {
	width: 100%;
}

.callnow, .bob, .imessageback, .fbslideback, .right, .btn, .btn2, footer h2, .bottomslider, .content1, .topbarbackground {
	display: none !important;
}

.lefttest {
	float:none;
	width: 100%;
}

.righttest {
	float:none;
	width: 100%;
}




}

